﻿2026-06-05T23:17:22.4309923Z ##[group]Run actions/checkout@v5
2026-06-05T23:17:22.4310954Z with:
2026-06-05T23:17:22.4311481Z   repository: SaberMage/spt-core
2026-06-05T23:17:22.4316709Z   token: ***
2026-06-05T23:17:22.4317214Z   ssh-strict: true
2026-06-05T23:17:22.4317722Z   ssh-user: git
2026-06-05T23:17:22.4318262Z   persist-credentials: true
2026-06-05T23:17:22.4318856Z   clean: true
2026-06-05T23:17:22.4319380Z   sparse-checkout-cone-mode: true
2026-06-05T23:17:22.4320014Z   fetch-depth: 1
2026-06-05T23:17:22.4320525Z   fetch-tags: false
2026-06-05T23:17:22.4321048Z   show-progress: true
2026-06-05T23:17:22.4321597Z   lfs: false
2026-06-05T23:17:22.4322091Z   submodules: false
2026-06-05T23:17:22.4322633Z   set-safe-directory: true
2026-06-05T23:17:22.4323377Z ##[endgroup]
2026-06-05T23:17:23.2384100Z Syncing repository: SaberMage/spt-core
2026-06-05T23:17:23.2385694Z ##[group]Getting Git version info
2026-06-05T23:17:23.2386496Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T23:17:23.2700237Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T23:17:23.2912869Z git version 2.43.0.windows.1
2026-06-05T23:17:23.2947670Z ##[endgroup]
2026-06-05T23:17:23.2957596Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\400436be-2c19-4d74-aec9-6a8bbf367f76\.gitconfig'
2026-06-05T23:17:23.2970303Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\400436be-2c19-4d74-aec9-6a8bbf367f76' before making global git config changes
2026-06-05T23:17:23.2971877Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:17:23.2975688Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T23:17:23.3216551Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T23:17:23.3417931Z https://github.com/SaberMage/spt-core
2026-06-05T23:17:23.3447468Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:17:23.3451824Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:17:23.3650985Z refs/heads/dev-freeform
2026-06-05T23:17:23.3678356Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T23:17:23.4270636Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:23.4765836Z ##[endgroup]
2026-06-05T23:17:23.4769210Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T23:17:23.8978354Z ##[group]Cleaning the repository
2026-06-05T23:17:23.8984334Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T23:17:27.1407795Z Removing .adapter-notify/
2026-06-05T23:17:27.1408182Z Removing target/
2026-06-05T23:17:27.1444123Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T23:17:27.1885659Z HEAD is now at 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:27.1910403Z ##[endgroup]
2026-06-05T23:17:27.1914272Z ##[group]Disabling automatic garbage collection
2026-06-05T23:17:27.1919865Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T23:17:27.2142355Z ##[endgroup]
2026-06-05T23:17:27.2142829Z ##[group]Setting up auth
2026-06-05T23:17:27.2150022Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:17:27.2380489Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T23:17:27.6068307Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:17:27.6302515Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T23:17:28.0011578Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:17:28.0239332Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T23:17:28.3969146Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T23:17:28.4269471Z ##[endgroup]
2026-06-05T23:17:28.4269973Z ##[group]Fetching the repository
2026-06-05T23:17:28.4276047Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8334dc73d24e46e2912d09a8ecffc0cecdb4d93:refs/remotes/origin/dev-freeform
2026-06-05T23:17:30.7066178Z From https://github.com/SaberMage/spt-core
2026-06-05T23:17:30.7066706Z  + 3f0904d...c8334dc c8334dc73d24e46e2912d09a8ecffc0cecdb4d93 -> origin/dev-freeform  (forced update)
2026-06-05T23:17:30.7189735Z ##[endgroup]
2026-06-05T23:17:30.7190147Z ##[group]Determining the checkout info
2026-06-05T23:17:30.7191140Z ##[endgroup]
2026-06-05T23:17:30.7196203Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T23:17:30.7474742Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T23:17:30.7697688Z ##[group]Checking out the ref
2026-06-05T23:17:30.7702526Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T23:17:30.8164185Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T23:17:30.8164590Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T23:17:30.8165216Z Previous HEAD position was 3f0904d feat(release): D6 — release pipeline, two-key trust anchor, signing tooling
2026-06-05T23:17:30.8165637Z Switched to and reset branch 'dev-freeform'
2026-06-05T23:17:30.8189043Z ##[endgroup]
2026-06-05T23:17:30.8431199Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T23:17:30.8632546Z c8334dc73d24e46e2912d09a8ecffc0cecdb4d93
